home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Quaternary Source
/
SavePicture.h
< prev
next >
Wrap
Text File
|
1995-11-04
|
408b
|
27 lines
#ifndef SAVEPICTURE_H_
#define SAVEPICTURE_H_
#ifdef __cplusplus
extern "C" {
#endif
Boolean SavePicture(
Handle thePic,
OSType creator,
Str31 fileName);
Boolean SavePictureFile(
FSSpec *pictFile,
Handle thePic);
Boolean SavePictureResource(
PicHandle thePic,
short fileRefNum,
short resID,
Str31 resName); // Pass a valid p-str or NULL
#ifdef __cplusplus
}
#endif
#endif // SAVEPICTURE_H_